home *** CD-ROM | disk | FTP | other *** search
- object fSelDir: TfSelDir
- Left = 216
- Top = 158
- Width = 457
- Height = 326
- Caption = 'Select destination directory ...'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Panel2: TPanel
- Left = 0
- Top = 271
- Width = 449
- Height = 28
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 0
- object Button1: TButton
- Left = 3
- Top = 3
- Width = 105
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 342
- Top = 3
- Width = 105
- Height = 22
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 230
- Width = 449
- Height = 41
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 1
- Visible = False
- object Label1: TLabel
- Left = 9
- Top = 3
- Width = 102
- Height = 12
- Caption = 'Enter project name :'
- end
- object Edit1: TEdit
- Left = 8
- Top = 16
- Width = 433
- Height = 20
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- end
- object VETSelDir: TVirtualExplorerTreeview
- Left = 0
- Top = 0
- Width = 449
- Height = 230
- Active = False
- Align = alClient
- ColumnDetails = cdUser
- DefaultNodeHeight = 17
- DragHeight = 250
- DragWidth = 150
- FileSizeFormat = fsfExplorer
- FileSort = fsFileType
- Header.AutoSizeIndex = 0
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'MS Shell Dlg 2'
- Header.Font.Style = []
- Header.MainColumn = -1
- Header.Options = [hoColumnResize, hoDrag]
- HintMode = hmHint
- ParentColor = False
- RootFolder = rfDesktop
- TabOrder = 2
- TabStop = True
- TreeOptions.AutoOptions = [toAutoScroll]
- TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick]
- TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused]
- TreeOptions.SelectionOptions = [toMultiSelect, toSiblingSelectConstraint]
- TreeOptions.VETFolderOptions = [toFoldersExpandable, toForceHideRecycleBin]
- TreeOptions.VETShellOptions = [toContextMenus]
- TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget]
- TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut]
- TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy]
- OnClick = VETSelDirClick
- Columns = <>
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-